@charset "utf-8";
@import url("reset.css");

/*页面头部
----------------------------------------------*/
.header {
    background: url(../img/header.jpg) top center no-repeat;
    background-size: auto;
    height: 310px;
}

.header .head-top {
    height: 40px;
    color: #fcfbfb;
    font-size: 18px;
}

.header .head-top .left-box {
    display: block;
    float: left;
    margin-top: 25px;
}

.header .head-top .left-box span {
    color: #c8c8c8;
    font-weight: 700;
}

.header .head-top .left-box strong {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.header .head-top .left-box a {
    margin: auto 3px;
    color: #3e3c3c;
}

.header .head-top .left-box a:hover {
    color: #1C51A1;
}

.header .head-top .right-box {
    float: right;
    margin-right: -8px;
    margin-top: 25px;
}

.header .head-top .right-box a {
    margin: auto 8px;
    color: #3e3c3c;
    _display: inline;
    *zoom: 1;
}

.header .head-top .right-box a:hover {
    color: #1C51A1;
    text-decoration: none;
}

.header .head-top .right-box a i {
    margin-right: 2px;
    font-size: 12px;
}

.header .head-top .right-box strong {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.header .head-search {
    position: relative;
    height: 220px;
}

.header .head-search .search-box {
    position: absolute;
    top: 180px;
    left: 31%;
    width: 38%;
    height: 35px;
    overflow: hidden;
    _height: 35px;
}

.header .head-search .search-box .input-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 65px;
    bottom: 0;
}

.header .head-search .search-box .input-box input {
    display: block;
    margin: 0;
    padding: 5px 12px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 12px;
    transform: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.header .head-search .search-box .input-box input::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.header .head-search .search-box button {
    display: block;
    position: absolute;
    top: 0;
    right: 29px;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    background: #355e92;
    border: 1px solid #355e92;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    *top: 1px;
    margin: 0;
}

.header .head-search .search-box button:hover {
    background: #355e92;
    border-color: #355e92;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

.header .head-nav {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.header .head-nav li {
    float: left;
    text-align: center;
    width: 12.5%;
}

.header .head-nav li a {
    color: #232323;
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
    width: 100%;
}

.header .head-nav li.on {
    color: #d00201;
    display: inline-block;
    background: url(../img/tab_bg.png) center no-repeat;
    background-size: auto;
}

#index .index a,
#news .news a,
#goods .goods a,
#video .video a,
#photo .photo a,
#down .down a,
.header .head-nav li a:hover {
    color: #d00201;
    text-decoration: none;
}

.header .head-title {
    position: absolute;
    bottom: 18%;
    left: 36%;
    height: 60px;
    line-height: 60px;
    color: #d00201;
    font-size: 48px;
}


/*页面底部
----------------------------------------------*/
.footer {
    margin-top: 30px;
    background: url(../img/footer.png) center bottom no-repeat #f3f3f3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer .centerbg {
    background: url(../img/footer_center.png) center left no-repeat;
}

.footer .foot-nav {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #eceaea;
}

.footer .foot-nav a {
    margin: auto 8px;
    color: #1d1d1d;
    font-size: 14px;
}

.footer .foot-nav a:hover {
    color: #34ad2a;
    text-decoration: none;
}

.footer .foot-nav strong {
    color: #424242;
    font-size: 14px;
    font-weight: 300;
}

.footer .foot-box {
    padding: 30px 0;
}

.footer .foot-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer .foot-box .copyright {
    display: block;
    float: left;
    padding-left: 1%;
    width: 70%;
    color: #1d1d1d;
    font-size: 12px;
}

.footer .foot-box .copyright p {
    line-height: 2.0em;
}

.footer .foot-box .copyright p.gray {
    color: #999;
}

.footer .foot-box .service {
    display: block;
    float: right;
    padding: 10px 0;
    width: 28%;
    border-left: 1px solid #eceaea;
    text-align: center;
}

/*页面标题
----------------------------------------------*/
.location {
    padding: 5px 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: left;
}

.location a {
    margin: 0 5px;
}

.location span {
    color: #666;
    padding-left: 5px;
}

.location span i {
    display: inline-block;
    color: #666;
    width: 13px;
    height: 14px;
    font-size: inherit;
    margin-top: 0px;
}

.main-tit {
    height: 50px;
    line-height: 50px;
    background: #d6e8ff;
    margin-bottom: 20px;
}

.main-tit h2 {
    display: block;
    margin: 0;
    padding: 0 15px;
    float: left;
    color: #065daa;
    font-size: 20px;
    font-weight: normal;
    border-left: 3px solid #12447f;
    line-height: 50px;
}

/*内容样式
----------------------------------------------*/
.sidebar-box {
    margin: 0 0 15px;
    padding: 2px;
    background: #fff;
}

.sidebar-box h4 {
    margin: 0;
    padding: 15px;
    background: #12447f;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    border: 1px solid #dce3ed;
}

.sidebar-box h4 i {
    padding-right: 15px;
    display: inline-block;
    height: 20px;
    color: #fff;
    width: auto;
    margin: 0px;
    font-size: inherit;
}

.sidebar-box .txt-list li {
    margin-top: 15px;
    line-height: 20px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-box .txt-list li label {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #999;
    border-radius: 2px;
    vertical-align: middle;
}

.sidebar-box .txt-list li label.hot {
    background: #d70029;
}

.sidebar-box .txt-list li a {
    line-height: 20px;
}

.sidebar-box .side-img-list {
    padding-bottom: 0;
}

.sidebar-box .side-img-list li {
    padding: 10px 0;
}

.sidebar-box .tags-box {
    margin: 0 0 0 -10px;
}

.sidebar-box .tags-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebar-box .tags-box a {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    padding: 5px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
}

.sidebar-box .tags-box a:hover {
    border-color: #34ad2a;
    text-decoration: none;
}

.tags-box a i {
    margin-left: 2px;
    color: #999;
    font-style: normal;
}

.mainContent {
    padding: 2px 0 15px 15px;
}

/*栏目导航列表*/
.navbar li {
    border: 1px solid #dce3ed;
    border-top: none;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.navbar li a {
    display: inline-block;
    color: #262626;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.navbar li a:hover {
    text-decoration: none;
    color: #065daa;
    border-left-color: #12447f;
    border-left-width: 2px;
    border-left-style: solid;
}

.navbar li a i {
    padding-right: 20px;
    float: right;
    line-height: 50px;
    color: #262626;
    margin: 0px;
    font-size: inherit;
    width: auto;
}

.navbar li a:hover i {
    transition: 400ms;
    color: #065daa;
    text-decoration: none;
}

/*栏目列表样式*/
.news-list {
    padding-bottom: 10px;
}

.news-list li {
    position: relative;
    padding: 0 15px 0 20px;
    clear: both;
    overflow: hidden;
    line-height: 36px;
}

.news-list li .time {
    float: right;
    line-height: 36px;
    color: #999;
}

.news-list li a {
    float: left;
    max-width: 96%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li a:hover {
    color: #cc3333;
}

.news-list li i {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #999;
}

.news-list li:nth-child(5n) {
    border-bottom: #f1f1f1 1px solid;
    padding-bottom: 10px;
}

/*列表页分页 on*/
#page_div {
    height: 35px;
    line-height: 35px;
    text-align: right;
    font-size: 14px;
    font-family: 'Arial';
    margin-top: 10px;
    clear: both;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 40%;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px 5px;
}

#page_div .currentIndex {
    background: #1b51a0;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.page-list {
    padding: 5px;
    position: relative;
    height: 35px;
    font-size: 14px;
}

.page-list .pagination {
    float: left;
    display: inline-block;
    margin: 0;
}

.page-list .pagination span {
    cursor: pointer;
}

.page-list .pagination .separate span {
    cursor: default;
    border-top: none;
    border-bottom: none;
}

.page-list .pagination .separate span:hover {
    background: none;
}

.page-list .page-total {
    float: right;
}

.page-list .page-total input,
.page-list .page-total select {
    height: 26px;
    border: 1px solid #ddd;
}

.page-list .page-total input {
    width: 40px;
    padding-left: 3px;
}

.page-list .page-total select {
    width: 50px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

/*列表页分页 end*/

/*详细页面 on*/
.m-detailltitle,
.m-detailstitle {
    width: 100%;
    line-height: 61px;
    text-align: center;
    font-size: 32px;
    color: #3269B8;
}

.m-detailinfo {
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.m-detailinfo-left {
    width: 700px;
    height: 43px;
    line-height: 43px;
    padding-left: 28px;
    color: #999;
}

.m-detailinfo-left span {
    font-size: 12px;
    color: #999;
    margin-right: 16px;
}

.m-detailinfo-font {
    width: auto;
    height: 41px;
    line-height: 41px;
}

.m-detailinfo-font span,
.m-detailinfo-font a {
    font-size: 12px;
}

.bdsharebuttonbox {
    margin: 7px 34px 0 0;
}

.bdsharebuttonbox font {
    height: 30px;
    line-height: 30px;
}

.m-newscontnet {
    font-size: 16px;
    line-height: 188%;
    font-family: 宋体;
    min-height: 164px;
    padding: 20px 0px 40px;
}

.m-newscontnet table {
    border-collapse: collapse;
    width: 100%;
}

.m-newscontnet table td,
.detail-content table th {
    border: 1px solid #333;
    width: auto;
}

.m-newscontnet table td {
    border: 1px solid #333;
    word-wrap: break-word;
    word-break: break-all;
}

.m-newscontnet img {
    max-width: 100%;
}

.wzewm {
    text-align: center;
    margin: 10px auto;
}

.wzewm span {
    display: block;
}

.wzewm span.txt-color {
    font-size: 12px;
    color: #c0c0c0;
}

.wzewm span img {
    margin: 0 auto;
}

.m-wzbot {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.m-wzbot ul li {
    float: left;
    margin-right: 5px;
}

.m-wzbot ul li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 17px;
    color: #666;
    font-size: 14px;
}

.m-wzbot ul li a:hover {
    background: #066fc6;
    color: #fff;
}

.detail-zy {
    width: 100%;
    height: 31px;
    line-height: 31px;
    margin-top: 5px;
}

.detail-zy div {
    background-image: url(../img/page_icon.png);
    background-repeat: no-repeat;
    font-size: 16px;
    color: #444;
}

.detail-zy div.detail-prev {
    background-position: 0 -408px;
    padding-left: 22px;
    height: 31px;
    overflow: hidden;
    width: 40%;
}

.detail-zy div.detail-next {
    background-position: right -483px;
    padding-right: 22px;
    height: 31px;
    overflow: hidden;
    width: 40%;
}

.m-detail-downlist,
.file-list {
    margin: 10px auto;
    clear: both;
    position: relative;
}

.m-detail-downlist ul li {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 16px;
    background: url(../img/page_icon.png) 10px -564px no-repeat;
}

.detail-zzsm {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #f00;
    font: 18px/30px 宋体;
}

.list-title {
    width: 100%;
    height: 38px;
    line-height: 37px;
    border-bottom: 1px solid #ddd;
}

.list-title span {
    display: inline-block;
    padding: 0 18px;
    float: left;
    font-size: 16px;
    color: #066fc6;
    font-weight: bold;
    border-bottom: 2px solid #066fc6;
    cursor: pointer;
}

.list-content {
    padding: 10px 0;
}

.list-content li {
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 13px;
}

.list-content li::before {
    content: "■";
    color: #ff0000;
    padding-right: 10px;
}

.list-content li a {
    color: #ff0000;
}

/*详细页面 end*/

/*首页 */

/*顶部*/
.headliNews {
    padding-top: 8px;
    width: 100%;
    text-align: center;
    position: relative;
}

.headliNews .jrtt_logo {
    position: absolute;
    left: 0px;
    width: 72px;
    height: 71px;
    margin-top: -8px;
}

.headliNews h4 {
    font-size: 36px;
    color: #d81e05;
    text-align: center;
    width: 900px;
    font-weight: 400;
    line-height: 60px;
    margin: 0px auto;
}

.headliNews h4 a {
    color: #d81e05;
}

.headliNews span {
    font-size: 16px;
    color: #045da6;
    line-height: 40px;
}

/*轮播图*/
.newbox {
    height: 468px;
    width: 100%;
    margin-top: 20px;
}

.newbox .icon-new {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -9px;
    left: 25px;
}

.newbox .slidebox {
    width: 688px;
    height: 413px;
    float: left;
}

.newbox .swiper-container {
    position: relative;
}

.newbox .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.newbox .swiper-wrapper {
    height: 413px !important;
}

.newbox .swiper-pagination {
    position: absolute;
    width: 120px !important;
    left: 580px;
}

.newbox .swiper-pagination-bullet {
    background: #fffeff !important;
    opacity: 1 !important;
}

.newbox .swiper-pagination-bullet-active {
    background: #b8130f !important;
}

.newbox .slide-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    line-height: 40px;
    background: rgba(77, 77, 77, 0.3);
    width: 100%;
}

.newbox .newlist {
    width: 490px;
    float: left;
    margin-left: 20px;
    background: #f8f8f8;
}

.newbox .newlist .informationNav {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e2
}

.newbox .newlist.informationNav .first.active {
    color: #ffffff;
    border-bottom: 1px solid #355e92;
}

.newbox .newlist .informationNav .first.active em {
    color: #355e92
}

.newbox .newlist .informationNav .first em {
    font-weight: bold !important
}

.newbox .newlist .informationNav .first {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #007acf;
    font-size: 18px;
    display: block;
    position: relative;
}

.newbox .newlist .center_list.active {
    display: block;
    margin-top: 5px;
}

.newbox .newlist .center_list {
    display: none;
}

.newbox .newlist .center_list li {
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.newbox .newlist .center_list li a {
    color: #232323;
    text-decoration: none;
    font-size: 16px;
}

.newbox .newlist .center_list li i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4e4e4e;
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -3px;
}

.newbox .newlist .center_list li .time {
    right: 5px;
    position: absolute;
    color: #999999;
    line-height: 26px;
}

/*专题专栏*/
.Carousel {
    width: 100%;
    height: 109px;
    background: #f8f8f8;
    position: relative;
}

.Carousel img {
    float: left
}

.ztzl-title {
    background: url(../img/ztzl.png) left center no-repeat;
    width: 100px;
    height: 110px;
}

.ztzl-box {
    width: 90%;
    height: 109px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.ztzl-box a {
    width: 250px;
    height: 80px;
    display: inline-block;
    margin: 15px 10px 15px 5px;
}

.ztzl-box img {
    width: 250px;
    height: 80px;
    display: block;
}

.prev {
    position: absolute;
    background-image: url(../img/swiper_prev.png);
    right: 0px;
    left: auto;
    width: 13px;
    height: 28px;
    top: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.next {
    position: absolute;
    background-image: url(../img/swiper_next.gif);
    right: 0px;
    left: auto;
    width: 13px;
    height: 28px;
    top: 80px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.Carousel .hd ul {
    display: none;
}

/* 专题首页 -----------------------------------------*/
.spePicList {
    overflow: hidden;
    padding-top: 5px;
}

.spePicList li {
    float: left;
    margin: 0 20px 20px 0;
    height: 83px;
}

.spePicList li .pic {
    padding-top: 3px;
    display: block;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.spePicList li .pic img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 280px;
    height: 80px;
}

.spePicList .tit {
    display: none;
}

.spePicList li:hover .pic {
    padding-top: 0;
}

/*政务公开 政务服务 政民互动*/
.control {
    background: url(../img/control_bg.png) no-repeat center top;
    min-height: 689px;
    padding-top: 30px
}

.navLi {
    width: 296px;
    height: 80px;
    float: left;
    font-size: 15px;
    margin-right: 4px
}

.nav_icon_red {
    width: 100%;
    height: 100%;
}

.nav_icon_origin {
    width: 100%;
    height: 100%;
    display: none
}

.navLi.onfocus .nav_icon_red {
    display: none
}

.navLi.onfocus .nav_icon_origin {
    display: block
}

.navLi .sub-nav {
    width: 100%;
    height: 548px;
    display: none;
    position: absolute;
    top: 158px;
    right: 0px;
    z-index: 99999;
    background: #fff;
    border-top: none;
    overflow: hidden;
}

.onfocus .sub-nav {
    display: block;
}

/*政务公开*/
.center_left {
    width: 762px;
    height: 549px;
    float: left;
}

.center_left .informationNav {
    width: 100%;
    height: 60px;
    margin-top: 7px
}

.center_left .informationNav .first.active a {
    color: #4b6d9b;
}

.center_left .informationNav .first {
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    display: block;
    position: relative;
    margin-right: 30px;
}

.center_left .informationNav .first em {
    font-weight: bold !important
}

.center_left .center_list.active {
    display: block;
}

.center_left .center_list {
    display: none;
    padding-top: 15px;
}

.center_left .center_list li {
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.center_left .center_list li a {
    color: #232323;
    text-decoration: none;
}

.center_left .center_list li i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4e4e4e;
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -3px;
}

.center_left .center_list li .time {
    right: 5px;
    position: absolute;
    color: #999999;
    line-height: 26px;
}

.sofas {
    border: 1px solid #dcdcdc;
}

.sofas .search {
    margin-top: 19px;
}

.sofas .search .fl {
    width: 537px;
    height: 40px;
}

.sofas .search .searchButton {
    width: 83px;
    height: 40px;
    background: url(../img/search_icon.png);
    cursor: pointer;
    border: 0px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    float: left;
}

.sofas .search .infintibutton {
    width: 83px;
    height: 40px;
    background: #FFFFFF;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    color: #333333;
}

.sofas .center_list {
    padding-left: 20px;
    padding-right: 22px;
}

/*五公开*/
.wgk {
    margin-top: 21px;
    width: 100%;
    height: 80px;
    background: #f8f8f8;
}

.wgk .wgk_top {
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #355e92;
    width: 110px
}

.wgk .wgk_top em {
    font-weight: blod !important
}

.wgk ul {
    height: 100%;
}

.wgk li {
    display: block;
    height: 100%;
    width: 128px;
    float: left;
}

.wgk li a {
    height: 100%;
    width: 100%;
    display: block;
    line-height: 80px;
}

.wgk li a em {
    font-size: 18px;
}

.wgk li a i {
    margin-right: 15px;
}

/*信息公开*/
.center_right {
    margin-left: 18px;
    width: 418px
}

.center_right .informationNav {
    width: 100%;
    height: 43px;
    margin-top: 10px
}

.center_right .informationNav .first.active {
    color: #355e92;
}

.center_right .informationNav .first {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    display: block;
    position: relative;
    margin-right: 33px;
}

.center_right .informationNav .first_last {
    width: 135px;
}

.content_xxgk {
    width: 100%;
    height: 379px;
}

.content_xxgk .content_xxgk_ul {
    width: 100%;
    height: 100%;
}

.content_xxgk .content_xxgk_li {
    width: 100%;
    height: 59px;
    background: #f6f6f6;
    font-size: 16px;
    line-height: 45px;
    margin-top: 19px;
    position: relative;
}

.content_xxgk .content_xxgk_ul li a {
    width: 100%;
    height: 59px;
    display: block;
}

.content_xxgk .content_xxgk_ul li span {
    line-height: 60px;
    font-size: 20px;
    margin-left: 100px;
}

.content_xxgk .content_xxgk_li img {
    position: absolute;
    top: 14px;
    left: 38px;
}

.content_xxgk .content_xxgk_li .more {
    top: 16px;
    right: 24px;
    left: auto;
}

/*政策解读*/
.center_right .zfyj {
    height: 80px;
    width: 418px;
    margin-top: 13px;
}

.center_right .zfyj div {
    float: left;
    width: 200px;
    height: 80px;
    background: #f8f8f8;
}

.center_right .zfyj a {
    display: block;
    width: 100%;
    height: 100%
}

.center_right .zfyj img {
    display: block;
    margin: 0 auto;
    margin-top: 5px
}

.center_right .zfyj span {
    margin-top: 5px;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 31px
}

.center_right .zfyj .zcjd {
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
}

.center_right .zfyj .zfwj {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 62px;
}

/*政务服务*/
.list_grfw {
    width: 100%;
    height: 329px;
    overflow: auto;
}

.list_grfw li {
    float: left;
    width: 94px;
    height: 63px;
    border: 1px solid #3B85D8;
    border-radius: 2px;
    margin-right: 22px;
    margin-top: 12px;
    text-align: center;
}

.list_grfw li a {
    font-size: 15px;
}

.list_grfw li a i {
    font-size: 1.5em;
}

.center_list_zwfw.active {
    display: block;
}

.center_list_zwfw {
    display: none;
    padding-top: 15px;
    border: 1px solid #dcdcdc;
    height: 365px;
    padding-right: 15px;
    padding-left: 15px;
}

.swich p {
    line-height: 14px;
}

.zwfw_webiste {
    margin-top: 30px;
    border: 1px solid #dddbdb
}

.bmfw .informationNav {
    width: 100%;
    height: 43px;
}

.bmfw .informationNav .first.active {
    color: #355e92;
}

.bmfw .informationNav .first.active em {
    font-weight: bold !important
}

.bmfw .informationNav .first {
    float: left;
    width: 89px;
    height: 42px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    display: block;
    position: relative;
    margin-right: 33px;
}

.bmfw .informationNav .first_last {
    width: 135px;
}

.content_bmfw {
    width: 100%;
    height: 231px;
    text-align: center;
}

.content_bmfw .content_bmfw_ul {
    display: inline-block;
}

.content_bmfw .content_bmfw_li {
    float: left;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    width: 196px;
    height: 43px;
    background: #f6f6f6;
    font-size: 16px;
    line-height: 45px;
    margin-top: 13px;
}

.content_bmfw .content_bmfw_ul li:nth-child(2n+1) {
    margin-right: 9px;
}

.content_bmfw .content_bmfw_ul li i {
    height: 32px;
    display: block;
    margin: 6px 15px 5px 32px;
    float: left;
}

.content_bmfw .content_bmfw_ul li a {
    width: 196px;
    height: 43px;
    display: block;
}

.content_bmfw .content_bmfw_ul li span {
    display: block;
    float: left;
}

/*政民互动*/
.interview {
    width: 762px;
    height: 300px;
}

.interview .title {
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #dcdcdc;
    position: relative
}

.interview .title span {
    font-size: 20px;
    width: 104px;
    line-height: 58px;
    display: block;
    text-align: center;
    color: #045da6;
    position: relative;
    border-bottom: 2px solid #355e92;
    margin-top: 7px
}

.interview .title a {
    position: absolute;
    top: 25px;
    right: 7px;
    font-size: 16px;
    color: #355e92;
}

.interview .view-box .view-img {
    float: left;
}

.interview .view-box .view-img img {
    display: block;
    margin-top: 14px;
}

.interview .view-box .view-con {
    margin-top: 14px;
    width: 485px;
    float: left;
    margin-left: 16px;
}

.r_color {
    font-size: 16px;
    color: #355e92;
    line-height: 26px;
}

.interview .view-box .view-con .b_color {
    font-size: 16px;
    color: #d10000;
    line-height: 26px;
}

.interview .view-box .view-con .txt {
    font-size: 16px;
}

.blue_icon {
    width: 6px;
    height: 19px;
    background: #015293;
    border-radius: 2px;
}

.view-con p {
    line-height: 37px;
}

.txt a:hover {
    color: #045da6;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.myzjNav {
    border-bottom: 1px solid #dcdcdc;
}

.myzjNav .active {
    border-bottom: 2px solid #355e92;
}

.myzjNav .first {
    padding: 0px 10px;
}

.m-interexamen-left {
    width: 80px;
    height: 60px;
    border: 1px solid #dbd9da;
    text-align: center;
}

.m-interexamen-left span {
    display: block;
    line-height: 30px;
}

.m-interexamen-left p {
    height: 30px;
    line-height: 30px;
    background: #5e9bd9;
    color: #fff;
}

.m-interexamen-right {
    width: 640px;
    margin-top: 5px;
    color: #666;
    margin-left: 18px;
    position: relative;
}

.m-interexamen-right h1 {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 26px;
    color: #353535;
}

.m-interexamen-right h1 em {
    font-weight: bold !important
}

.m-interexamen-right p {
    font-size: 12px;
    line-height: 24px;
    color: #7c7b7b;
}

.m-interexamen-right a {
    display: block;
    width: 72px;
    height: 26px;
    background: #dbd9da;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 26px;
    color: #ffffff !important;
    text-align: center
}

.center_list_myzj .new-con-item {
    height: 62px !important;
    line-height: 62px !important;
    margin-top: 21px;
}

.center_list_myzj {
    padding-top: 0px !important
}

.zmhd_webiste {
    margin-top: 30px;
}

.xjxd {
    width: 100%;
}

.xjxd .informationNav {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e2
}

.xjxd .informationNav .first.active {
    color: #ffffff;
    border-bottom: 1px solid #355e92;
}

.xjxd .informationNav .first.active em {
    color: #355e92
}

.xjxd .informationNav .first em {
    font-weight: bold !important
}

.xjxd .informationNav .first {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #007acf;
    font-size: 18px;
    display: block;
    position: relative;
}

.xjxd .center_list.active {
    display: block;
    margin-top: 5px;
}

.xjxd .center_list {
    display: none;
}

.xjxd .center_list li {
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.xjxd .center_list li a {
    color: #232323;
    text-decoration: none;
    font-size: 16px;
}

.xjxd .center_list li i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4e4e4e;
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -3px;
}

.xjxd .center_list li span {
    right: 5px;
    position: absolute;
    color: #4e4e4e;
    line-height: 26px;
}

.xjxd .center_list li .red_icon {
    color: #d10000
}

.blue_icon {
    color: #355e92
}

.center_right .zfyj {
    height: 80px;
    width: 418px;
    margin-top: 13px;
}

.center_right .zfyj div {
    float: left;
    width: 200px;
    height: 80px;
    background: #f8f8f8;
}

.center_right .zfyj a {
    display: block;
    width: 100%;
    height: 100%
}

.center_right .zfyj img {
    display: block;
    margin: 0 auto;
    margin-top: 5px
}

.center_right .zfyj span {
    margin-top: 5px;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 31px
}

.center_right .zfyj .zcjd {
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
}

.center_right .zfyj .blue {
    color: #355e92
}



/*图标*/
.zxgk {
    background: url(../img/allbgs.png) no-repeat 0px 0px;
    height: 21px;
    padding-left: 23px;
}

.fwgk {
    background: url(../img/allbgs.png) no-repeat 0px -21px;
    height: 21px;
    padding-left: 24px;
}

.jcgk {
    background: url(../img/allbgs.png) no-repeat 0px -42px;
    height: 22px;
    padding-left: 24px;
}

.jggk {
    background: url(../img/allbgs.png) no-repeat 0px -64px;
    height: 22px;
    padding-left: 21px;
}

.glgk {
    background: url(../img/allbgs.png) no-repeat 0px -86px;
    height: 22px;
    padding-left: 23px;
}

.bmfw_icon_13 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px 0px;
    height: 32px;
    padding-left: 34px;
}

.bmfw_icon_14 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px -32px;
    height: 32px;
    padding-left: 34px;
}

.bmfw_icon_17 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px -64px;
    height: 32px;
    padding-left: 34px;
}

.bmfw_icon_10 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px -96px;
    height: 32px;
    padding-left: 34px;
}

.bmfw_icon_03 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px -128px;
    height: 32px;
    padding-left: 34px;
}

.bmfw_icon_05 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px -160px;
    height: 32px;
    padding-left: 34px;
}

.bmfw_icon_09 {
    background: url(../img/bmfw_allbgs.png) no-repeat 0px -192px;
    height: 32px;
    padding-left: 34px;
}

/*网站地图*/
.siteMap {
    padding: 30px;
    overflow: hidden;
    zoom: 1;
}

.siteMap .li1 {
    margin-bottom: 20px;
}

.siteMap .h1 {
    height: 44px;
    line-height: 44px;
    background: #f6f6f6;
}

.siteMap .h1 .a1 {
    font: normal 18px/44px "Microsoft YaHei";
    _font-weight: bold;
    color: #0068B7;
    padding-left: 15px;
}

.siteMap .ul1 {
    padding: 10px 20px;
    zoom: 1;
}

.siteMap .li2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 50px;
    vertical-align: top;
    padding-bottom: 5px;
}

.siteMap .a2 {
    color: #666;
}

.siteMap .ul2 {
    padding: 0 0 20px 0;
}

.siteMap .li3 {
    line-height: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.siteMap .a3 {
    color: #999;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.siteMap .last3 .a3 {
    border-right: 0;
}

.siteMap #liID41 .li2 {
    display: block;
}

.gwy {
    background: url(../img/gwy.jpg) center no-repeat;
    width: 231px;
    height: 69px;
    display: block;
    float: left;
    margin-right: 10px;
}

.szf {
    background: url(../img/szf.jpg) center no-repeat;
    width: 231px;
    height: 69px;
    display: block;
    float: left;
}

.touch_menu {
    height: 100%;
    width: 40px;
    background: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 998;
}

.menu_hand {
    display: inline-block;
    position: fixed;
    right: 0px;
    top: 20%;
    color: #000;
    font-size: 14px;
}

.menu_hand>span {
    font-size: 54px;
    width: 54px;
    height: 54px;
    color: #eceaea;
}

.right_menu {
    height: 100%;
    width: 80px;
    background-color: #23527c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* background: #000;opacity:.6;filter: alpha(opacity = 60); */
    position: fixed;
    top: 0px;
    right: -80px;
    z-index: 999;
    padding: 120px 0px;
    text-align: center;
    color: #fff;
}

.right_menu>ul>li>a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 25px 0px;
}

.right_menu>ul>li>a:hover {
    background: #f00;
}

.right_menu>ul>li>a>span {
    font-size: 25px;
    color: #FFFEFF;
}

.right_menu>ul>li>a>label {
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.banner a {
    display: inline-block;
    padding: 5px 0;
}

.banner .bd {
    width: 100%;
    height: 90px;
    margin: 20px 0;
    float: right;
    padding: 5px;
    background: url(../img/banner.png) center no-repeat #E5EFF8;
}

.banner ul li {
    color: orange;
    text-shadow: 0 0 1px currentColor, -1px -1px 1px #030, 0 -1px 1px #030, 1px -1px 1px #030, 1px 0 1px #030, 1px 1px 1px #030, 0 1px 1px #030, -1px 1px 1px #030, -1px 0 1px #030;
    font-size: 18px;
    font-family: "黑体";
    padding: 0 50px;
    height: 90px;
    line-height: 90px;
}